cmd_mmc.c: Drop open/close mmc sub-commands
authorTom Rini <[email protected]>
Wed, 5 Feb 2014 15:24:23 +0000 (10:24 -0500)
committerPantelis Antoniou <[email protected]>
Fri, 7 Feb 2014 16:17:49 +0000 (18:17 +0200)
commit614b2bf1c9bf80dbad24f5e5ce1d115bf24a831d
tree64bcd00967e3d7dba76f39f5a2055b93c66740ae
parent5a99b9de1a845bf254292ae4730633e6ca8a29c7
cmd_mmc.c: Drop open/close mmc sub-commands

The open and close mmc sub-commands implement a hard-coded set of values
specific to the SMDK5250 platform.  Remove these commands as what they
did can be done instead with a series of mmc dev / bootpart / bootbus
commands instead now.

Cc: Amar <[email protected]>
Cc: Minkyu Kang <[email protected]>
Acked-by: Jaehoon Chung <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Signed-off-by: Pantelis Antoniou <[email protected]>
common/cmd_mmc.c
drivers/mmc/mmc.c
include/mmc.h